type runtime.traceStackTable

5 uses

	runtime (current package)
		trace.go#L232: 	stackTab  [2]traceStackTable  // maps stack traces to unique ids
		tracestack.go#L32: func traceStack(skip int, gp *g, tab *traceStackTable) uint64 {
		tracestack.go#L142: type traceStackTable struct {
		tracestack.go#L148: func (t *traceStackTable) put(pcs []uintptr) uint64 {
		tracestack.go#L161: func (t *traceStackTable) dump(gen uintptr) {